home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / util / misc / BFLocalizer.lha / BFLocalizer / Autodocs / writestrings.doc < prev   
Encoding:
Text File  |  2000-05-04  |  1.3 KB  |  61 lines

  1. TABLE OF CONTENTS
  2.  
  3. WriteStrings
  4. WriteStrings/History
  5. WriteStrings                                                       WriteStrings
  6.  
  7.  NAME
  8.      WriteStrings -- Write strings to (binary) file
  9.  
  10.  SYNOPSIS
  11.      WriteStrings FILE/A,TO/A,DESCRIPTION=DESC/A/K,QUIET/S
  12.  
  13.  FUNCTION
  14.      The purpose of WriteStrings command is to create a copy of an original
  15.      file and write modified strings to that file.
  16.  
  17.  INPUTS
  18.      FILE/A               - name of the original (binary) file
  19.      TO/A                 - name of the output file (copy of the original
  20.                             file with string patches)
  21.      DESCRIPTION=DESC/A/K - name of the description file
  22.      QUIET/S              - no progress report
  23.  
  24.  RESULT
  25.      Copy of an original file with string patches.
  26.  
  27.  EXAMPLE
  28.      WriteStrings snoopstrings to new_SnoopStrings DESC snoopstrings.dsc
  29.  
  30.          Copies file 'snoopstrings' to the file 'new_SnoopStrings' and writes
  31.          modified strings, described in the file 'snoopstrings.dsc', into the
  32.          file 'new_SnoopStrings'.
  33.  
  34.  BUGS
  35.      None known.
  36.  
  37.  SEE ALSO
  38.      SnoopStrings
  39.      Description_File
  40.  
  41. WriteStrings/History                                       WriteStrings/History
  42.  
  43.  VERSION
  44.      1.0
  45.  
  46.  DATE
  47.      01.05.2000
  48.  
  49.  COMMENT
  50.      First release.
  51.  
  52.  NEW
  53.      -
  54.  
  55.  CHANGED
  56.      -
  57.  
  58.  REMOVED
  59.      -
  60.  
  61.